From f5772cd764dcb74d8cdd9186d231f82b492fdbc9 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 3 Dec 2009 13:51:20 +0000 Subject: [PATCH] xend: Add GPL license stanza to MemoryPool.py Signed-off-by: James Song (Wei) --- tools/python/xen/xend/MemoryPool.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tools/python/xen/xend/MemoryPool.py b/tools/python/xen/xend/MemoryPool.py index 44e2597088..1a9add6f87 100644 --- a/tools/python/xen/xend/MemoryPool.py +++ b/tools/python/xen/xend/MemoryPool.py @@ -1,3 +1,21 @@ +#=========================================================================== +# This library is free software; you can redistribute it and/or +# modify it under the terms of version 2.1 of the GNU Lesser General Public +# License as published by the Free Software Foundation. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +#============================================================================ +# Copyright (C) 2009 Novell, Inc. +# Author: James (Song Wei) +#============================================================================ + import xen.lowlevel.xc import XendDomain import XendOptions -- 2.30.2